home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 April / Macworld (1996-04).dmg / Educational Demos / Goldilocks Gamebook / Goldilocks.DIR / 00161_Script_161 < prev    next >
Text File  |  1995-11-20  |  437b  |  19 lines

  1. on exitFrame
  2.   --sound stop 1
  3.   --sound stop 2
  4.   if soundBusy(2) = false then
  5.     sound playFile 2,"Outside"
  6.   end if
  7.   global p1,p2,p3,p4,p5
  8.   put 0 into p1
  9.   put 0 into p2
  10.   put 0 into p3
  11.   put 0 into p4
  12.   put 0 into p5
  13.   set the visible of sprite 7 to true
  14.   set the visible of sprite 8 to true
  15.   set the visible of sprite 9 to true
  16.   set the visible of sprite 10 to true
  17.   set the visible of sprite 12 to false
  18. end
  19.